home *** CD-ROM | disk | FTP | other *** search
/ Tux Racer / Tux Racer.iso / program files / Sunspire Studios / Tux Racer / courses / forest / forest2 / course.tcl next >
Encoding:
Text File  |  2001-09-09  |  611 b   |  21 lines

  1. #
  2. # Course configuration
  3. #
  4. objset :course -course_name "A walk through the trees"
  5. objset :course:heightmap -width 140
  6. objset :course:heightmap -length 2000
  7. objset :course:heightmap -play_width 120
  8. objset :course:heightmap -play_length 1962.33
  9. objset :course:heightmap -angle 27
  10. objset :course:heightmap -elev_scale 12
  11. objcall :course:heightmap load_elevation elev.png
  12.  
  13. objset :course -start_pt {67 3.5}
  14.  
  15. tux_course_init
  16.  
  17. objcall :actions:course:gondola_down start
  18. objcall :actions:course:gondola_down2 start
  19. objcall :actions:course:gondola_up start
  20. objcall :actions:course:gondola_up2 start
  21.